toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation.callback
/
[jvm]NavigationSyncCallback
Navigation
Sync
Callback
public
interface
NavigationSyncCallback
<
P
,
R
>
implements
NavigationCallback
,
SyncCallback
<
P
,
R
>
A common interface for all synchronous navigation callbacks must extend.
Inheritors
ShowHttpErrorPageCallback
ShowNetErrorPageCallback
StartNavigationCallback
Members
Functions
on
Link copied to clipboard
@
CheckForNull
(
)
public
abstract
R
on
(
P
params
)
Invoked when the callback needs a response of type
R
that may be determined based on the provided callback parameters.